AppendBoxes<T>(string,List<T>) Method

Summary

Appends multiple boxes to a JPEG 2000 file. This method is available in the Document/Medical Toolkits.

Syntax
C#
VB
C++
public void AppendBoxes<T>( 
   string fileName, 
   List<T> boxes 
) 
  
Public Overloads Sub AppendBoxes(Of T As Jpeg2000MultiBox)( _ 
   ByVal fileName As String, _ 
   ByVal boxes As List(Of T) _ 
)  
public: 
void AppendBoxesgeneric<typename T> 
(  
   String^ fileName, 
   List<T^>^ boxes 
)  
where T: Jpeg2000MultiBox 

Parameters

fileName
System.String containing the name of the JPEG 2000 file.

boxes
A list of Jpeg2000MultiBox objects containing the box data being appended.

Type Parameters

T

Remarks

According to the JPEG 2000 standard a ResolutionBox cannot be appended to a file. Set it using the SetBox method. Attempting to append a ResolutionBox will cause an invalid parameter exception to be thrown.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.